Show

Syntax

Screen:Show()

Description

Brings out the Screen dialog box where texts and graphics are displayed.

Note

If you are going to make a game, you really want to use this.

Example

function main() {
 Screen:Show()
 
  Screen:SetTitle("ka-lupet!")
 
  Konsol:Delay(1000) //added a delay to see the Screen dialog box
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net